| This is a template used to create a test method for Ktor in a JUnit 4 test class. |
| Predefined variables will take the following values: | ||
|
|
name of the created method. | |
|
|
Http method being used (Get, Post, etc.). | |
|
|
Route, relative to the current service, that needs to be tested. | |
|
|
A route extension method that configures a routing tree for a server part that needs to be tested. | |
|
|
generated method body. | |